Represents initial filter's position relative to filtering column
Namespace: Dapfor.Wpf.FiltersAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public enum FilterAlignment |
| Visual Basic |
|---|
Public Enumeration FilterAlignment |
| Visual C++ |
|---|
public enum class FilterAlignment |
| F# |
|---|
type FilterAlignment |
Members
| Member name | Value | Description | |
|---|---|---|---|
| OutsideLeft | 0 | Right side of the filter ends from the beginning of the column | |
| InsideLeft | 1 | Left side of the filter starts right from the beginning of the column | |
| Center | 2 | The filter is centered below the column | |
| InsideRight | 3 | Right side of the filter ends left from the ending of the column | |
| OutsideRight | 4 | Left side of the filter starts right from the ending of the column | |
| Stretch | 5 | The filter is stretched to column's width |