This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.ListKilobytesText Property

Text for kilobytes unit in the file size column of the Details view.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ListKilobytesText As String
C#
public string ListKilobytesText { get; set; }

Property Value

A string value that specifies a text for kilobytes unit in the file size column of the Details view.

Default value is "KB".

Remarks

This property corresponds to ListKilobytesText client-side property.

See Also

Reference