'宣言 Public Enum PropertyGridFilterOperandSource Inherits System.Enum
public enum PropertyGridFilterOperandSource : System.Enum
メンバ | 解説 |
---|---|
CategoryName | フィルター オペランドのソースは PropertyGridPropertyItem.CategoryName であることを指定します。 |
Description | フィルター オペランドのソースは PropertyGridItem.Description であることを指定します。 |
DisplayName | フィルター オペランドのソースは PropertyGridItem.DisplayName であることを指定します。 |
PropertyName | フィルター オペランドのソースは PropertyGridPropertyItem.PropertyName であることを指定します。 |