Class NumericSorter
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class NumericSorter : Sorter, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
NumericSorter
- Implements
- Inherited Members
Constructors
NumericSorter(params ConstructArgument[])
public NumericSorter(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
NumericSorter(NumericSorterHandle)
public NumericSorter(NumericSorterHandle handle)
Parameters
handleNumericSorterHandle
Fields
ExpressionPropertyDefinition
public static readonly Property<Expression?, NumericSorter> ExpressionPropertyDefinition
Field Value
SortOrderPropertyDefinition
public static readonly Property<SortType, NumericSorter> SortOrderPropertyDefinition
Field Value
Properties
Expression
public Expression? Expression { get; set; }
Property Value
SortOrder
public SortType SortOrder { get; set; }
Property Value
Methods
GetExpression()
public Expression? GetExpression()
Returns
GetGType()
public static Type GetGType()
Returns
GetSortOrder()
public SortType GetSortOrder()
Returns
New(Expression?)
public static NumericSorter New(Expression? expression)
Parameters
expressionExpression
Returns
SetExpression(Expression?)
public void SetExpression(Expression? expression)
Parameters
expressionExpression
SetSortOrder(SortType)
public void SetSortOrder(SortType sortOrder)
Parameters
sortOrderSortType