다음을 통해 공유


DataViewSetting.RowFilter 속성

정의

DataView에 적용할 필터를 가져오거나 설정합니다. RowFilter를 사용한 코드 예제를 보려면 RowFilter를 참조하십시오.

public:
 property System::String ^ RowFilter { System::String ^ get(); void set(System::String ^ value); };
public string RowFilter { get; set; }
member this.RowFilter : string with get, set
Public Property RowFilter As String

속성 값

적용할 필터가 포함된 문자열입니다.

적용 대상