Table of Contents

Class NumericSorter

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class NumericSorter : Sorter, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
NumericSorter
Implements
Inherited Members

Constructors

NumericSorter(bool, params ConstructArgument[])

protected NumericSorter(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

NumericSorter(IntPtr, bool)

protected NumericSorter(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ExpressionPropertyDefinition

public static readonly Property<Expression?, NumericSorter> ExpressionPropertyDefinition

Field Value

Property<Expression, NumericSorter>

SortOrderPropertyDefinition

public static readonly Property<SortType, NumericSorter> SortOrderPropertyDefinition

Field Value

Property<SortType, NumericSorter>

Properties

Expression

public Expression? Expression { get; set; }

Property Value

Expression

SortOrder

public SortType SortOrder { get; set; }

Property Value

SortType

Methods

GetExpression()

public Expression? GetExpression()

Returns

Expression

GetGType()

public static Type GetGType()

Returns

Type

GetSortOrder()

public SortType GetSortOrder()

Returns

SortType

New(Expression?)

public static NumericSorter New(Expression? expression)

Parameters

expression Expression

Returns

NumericSorter

SetExpression(Expression?)

public void SetExpression(Expression? expression)

Parameters

expression Expression

SetSortOrder(SortType)

public void SetSortOrder(SortType sortOrder)

Parameters

sortOrder SortType