Table of Contents

Property FormatProvider

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FormatProvider

Gets or sets an object that supplies culture-specific formatting information.

[Browsable(false)]
public virtual IFormatProvider? FormatProvider { get; set; }

Property Value

IFormatProvider

Remarks

Default value is null. TextBox behavior is not affected by this property, you can use it for any purposes.