다음을 통해 공유


WebGridColumn.Format 속성

정의

열과 연결된 데이터 항목의 서식을 지정하는 데 사용되는 함수를 WebGrid 가져오거나 설정합니다.

public Func<dynamic,object> Format { get; set; }
member this.Format : Func<obj, obj> with get, set
Public Property Format As Func(Of Object, Object)

속성 값

열과 연관된 데이터 항목의 형식을 지정하는 데 사용되는 함수입니다.

적용 대상